

.see-outlets-container{
	
}

.see-outlets-heading{
	text-align:center;
	font-weight:600;
	font-size:20px;
}

.outlets-grid .row{
	border-bottom:1px solid grey;
}

.outlets-grid .row:hover{
	background:#F2F3F4;
	color:black;
}

.outlets-search-form input{
	width:100%;
	height:50px;
}

.outlets-search-form button{
	width:100%;
	height:50px;
	background:#F5C306;
	color:#fff;
	border:1px solid #F5C306;
}

.outlets-search-form button:active,button:hover{
	background:#ffff;
	color:#233EB8;
}